'Usage Dim instance As CalcRoundUpFunction Dim args() As Object Dim value As Object value = instance.Evaluate(args)
Parameters
- args
The args contains 2 items: number, num_digits.
Number is any real number that you want rounded up.
Num_digits is the number of digits to which you want to round number.
Return Value
A System.Double value that indicates the evaluate result.